home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / autosn33.zip / AUTOSCAN.HIS < prev    next >
Text File  |  1991-11-07  |  6KB  |  111 lines

  1.  
  2.  
  3.                       AUTOSCAN - The ugly history
  4.                       ───────────────────────────
  5.  
  6.  10-19-90  Version 1.0:
  7.       First public release, needed a config file to run and only
  8.       supported ZIP and ARC files...Needed a dedicated "work" directory
  9.                   
  10.  10-20-90  Version 1.1:
  11.       Someone wanted the ability to scan the hard drive(s) so that code
  12.       was thrown in...(yea - a day later.) 
  13.       Added built in config file editing.
  14.  
  15.  11-15-90 Version 1.2:
  16.       Removed all code for the config file and built in the ability to
  17.       search the current path for any needed files. Added support for
  18.       ZIP,ARC,ICE,LZH and PAK files..Installed code to make it's own
  19.       work directory and delete it when done...NO config file is now 
  20.       needed..(ok Eric ?? <smirk>).
  21.       The log file was placed in the root directory of the current drive,
  22.       also added time and date to the log.
  23.  
  24.  12-23-90 Version 1.3:
  25.      Made MANY changes is the source code and dropped the size of the
  26.      EXE file..Log file is now placed in the same directory as
  27.      AUTOSCAN.EXE, beats having a few of them eh?. Extended the scanning
  28.      of hard drives to C: thru H:. Log file reports more of what is going
  29.      on plus it's easier to read now..
  30.      Check for DosExitcode and Doserror installed, made it a little more
  31.      reliable when it checks how scan.exe exited.
  32.      Installed code to run CHECK.EXE to simulate a Virus...
  33.      Happy Christmas!!!!
  34.  
  35.  01-13-91 Version 2.0: 
  36.      Hmm many changes to the source code. AUTOSCAN will now scan archives
  37.      within archives to ANY level and ANY combination of compression types.
  38.      Added support for LHARC and PKXARC, AUTOSCAN will use them if ICE.EXE
  39.      or PKUNPAK.EXE aren't found. It will also check free disk space, if 
  40.      the amount of free space is less that 50% times the archive size 
  41.      AUTOSCAN will exit and make a note in the log.
  42.      AUTOSCAN will now keep track of the files it has already processed.
  43.      AUTOSCAN, if it detects a bad Archive or Virus, will rename the file
  44.      with and extension of .BAD.
  45.      Fixed a minor problem that if any needed file wasn't within the first
  46.      40 characters of the path it wouldn't be found..oops..sorry..
  47.      
  48.      Added in several Dos Errorlevels so batch files can be used effectivly.
  49.      'Bout it for now I think ! Any Ideas ?
  50.       First version released onto the SDS Network..
  51.  
  52.  01-27-91 version 2.1:
  53.      Hmm many changes to this one too, just when I thought I was done..
  54.      Thanks to a few people around the country I have added a few more
  55.      things in....
  56.      Added F10 to abort - Please read the docs. reguarding this option.
  57.      Added /N and /A these option are for the registered version ($10) and
  58.      allow AUTOSCAN to check for Bad Archives only and Scan all drives
  59.      and examine ALL ARCHIVES...WOW!.
  60.      MANY internal changes to the code, streamlined a few of the procedures
  61.      and functions...Changed the amount of memory that Autoscan needs in
  62.      order to prevent runtime errors on some machines.
  63.      Scan.Exe will now only scan RAM on the first pass, thus the runtime of
  64.      autoScan is vastly reduced. Remember AUTOSCAN ? for online Help.
  65.      GO GIANTS!!!!..
  66.   
  67.  03-06-91 Version 3.0 Beta and 3.0
  68.      I don't know where to start describing what I have been doing to this
  69.      program..Almost all of the internal code got 'tweaked' by the use of
  70.      Turbo Profiler (great program to show where time is spent in a prog.)
  71.      Added the Reboot option /F, the config file support and switch /K.
  72.      The most important feature now is that AutoScan no longer looks at the
  73.      file extension to determine the archive, it now examines the header of
  74.      each file to determine if it is an archive and if so what type..Made 
  75.      things more reliable and a lot faster...Fixed a minor bug with the /O
  76.      option, you can now specify a path and filename. Reworked AutoScan ?
  77.      and added some nice artwork (Thanks again to Josh Linder).. Fixed
  78.      another minor prob. with the freespace checking, it now reports the
  79.      correct size..
  80.      OK so whats next ? dunno any ideas ??
  81.  
  82.  03-29-91 Version 3.1
  83.      Reduced the amount of Stack space used and added command line parameters
  84.      for SCAN.EXE from within the config file.  The tampering and self virus
  85.      checking has been greatly improved.  AutoScan will check its file size,
  86.      time stamp and it's CRC.  If any of these fail AutoScan will NOT run.
  87.  
  88.  06-08-91 Version 3.2
  89.      Included the /U option to specify the "unarchive drive".  Rewrote some
  90.      internal routines to increase AutoScans speed and lower the exe size.
  91.      Rewrote the errorhandler routine to display two error codes to help
  92.      track down any problems (Problems???? naaa).. See ERROR.LST for details
  93.      Some DOS version do not report the drive name where AutoScan resides,
  94.      added the Environment Variable AUTOSCAN - See the docs on this one...
  95.      Made a few cosmetic changes here and there...  Got rid of the nasty
  96.      flashing unregistered delay bit (whew)..   
  97.  
  98.  06-23-91 Version 3.3ß
  99.      Added support for LHA.
  100.      Rewrote FINDWORKDIR, GETDRIVE to include all drives A thru Z.
  101.      /U and /S also expanded to drives C thru Z...NOT YET RELEASED
  102.      (as of 08/16/91).
  103.      Lotta tweaking!    
  104.      Changed the FILEMODE when examining an archive just in case the file
  105.      had the READ ONLY bit set.
  106.  
  107.    Autoscan (C)opyright 1991  /\/\ountainTop Technologies.
  108.  
  109.  
  110.  
  111.